-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define the imap_processing spice structure #733
Define the imap_processing spice structure #733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know enough about SPICE to know that this is the directory structure we want or not. Seems reasonable though.
My only comment is that I would actually prefer slightly larger PRs that make use of these files :) Or maybe one-by-one adding the kernels.py
and test_kernels.py
in separate PRs. But, I do appreciate the thought in trying to break it up.
As a quick comment: we have some work already done in |
Right... I am not sure about why all of that code was located there. It looks to me like some of that code can be pulled in to the imap_processing package. Is the
As I was working on the kernel handling decorator, I realized that I am working on one piece, Laura is working on another and Veronica is working on a third. I thought would be prudent to define an organization for SPICE related functions that has worked on other projects so that the three of us can be consistent. That is the main reason that I broke this PR out and added files with nothing in them. |
That all makes sense to me and you still have my approval :)
Correct. Not bringing unnecessary dependencies. |
cb26199
into
IMAP-Science-Operations-Center:dev
Add files defining the structure of the spice package within imap_processing
Change Summary
Overview
This PR adds some empty files which define how SPICE related functions will be organized.
New Dependencies
None
New Files
Deleted Files
None
Updated Files
None
Testing
None
Closes #732